This query returns a boolean indicating whether Display Style Names are off (false) or on (true)Story editor only. The PGetDisplayStyleNames query works only in story editor and gets the status of only the active story.
Example. Set Display Style Names off, using the PDisplayStyleNames
command.
PGetDisplayStyleNames isDisplayed;
if (isDisplayed == true) PDisplayStyleNames(false);
Comments or suggestions? Contact Adobe Developer Support